Stop using <packing/> and GtkContainer API for random widgets.
</object>
</child>
</object>
- <packing/>
</child>
<child type="title">
<object class="GtkStack" id="titlestack">
</object>
</child>
</object>
- <packing/>
</child>
<child type="end">
<object class="GtkButton" id="cancel-button">
<property name="visible">0</property>
<property name="label">Cancel</property>
</object>
- <packing/>
</child>
</object>
</child>
gtk_widget_show (row->box);
gtk_widget_show (row->check);
- gtk_container_add (GTK_CONTAINER (row), row->box);
+ gtk_list_box_row_set_child (GTK_LIST_BOX_ROW (row), row->box);
gtk_container_add (GTK_CONTAINER (row->box), row->revealer);
- gtk_container_add (GTK_CONTAINER (row->revealer), row->check);
+ gtk_revealer_set_child (GTK_REVEALER (row->revealer), row->check);
}
static void